home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 4022 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.1 KB

  1. Path: slip-3.slip.net!shotgun
  2. From: Michael <shotgun@slip.net>
  3. Newsgroups: comp.sys.amiga.datacomm,comp.sys.amiga.networking
  4. Subject: Help, installed AmiTCP, then nothing at all.
  5. Date: Sat, 20 Apr 1996 22:45:32 -0700
  6. Organization: Slip.Net
  7. Message-ID: <Pine.SOL.3.92.960420220903.13734A-100000@slip-3.slip.net>
  8. NNTP-Posting-Host: slip-3.slip.net
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12.  
  13. Hi,
  14.  
  15. Just spent 12 hours trying to get AmiTCP4.0 demo to work. First it
  16. complained about the default gateway being wrong, it turned out that the
  17. answer to the question was right, but that AmiTCP was wrong about what it
  18. was asking for.
  19.  
  20. Anyway, now that everything was installed correctly, and it no longer
  21. complained about anything. I started my terminal program and called my
  22. ISP. Once I had the connection, I quit Terminus and at the shell prompt I
  23. typed "startnet". So far everything is fine, no complains.
  24.  
  25. After the OK was un-ghosted I clicked it and AmiTCP didn't complain
  26. anymore.
  27.  
  28. As a test I ran PING and I saw the modem SD/RD light blinking about every
  29. 15 to 20 seconds. So it appeared as if everything was working.
  30.  
  31. The only problem is that it did nothing else. I tried Awed and it
  32. complained that it couldn't connect to the internet, but only after I
  33. stopped Awed. I tried to use ncftp, nothing again, it just sat there doing
  34. nothing until I quit. In fact everything I tried did nothing and there was
  35. no complains from any of the software and that includes AmiTCP itself.
  36.  
  37. So as a test I disconnected the modem and started AmiTCP and it didn't
  38. even know that the modem was turned off and later removed from my system
  39. all together. I guess it was just happy to see that the serial port wasn't
  40. being used?!? That's not a good sign, it should of noticed the modem was
  41. gone and sitting on the bed.
  42.  
  43. My system is...
  44.  
  45. Amiga A500    - Rev. 6a, ECS, OS 3.1/1.3, DKB MultiStart II, 1MB CHIP RAM
  46.                 2nd Disk Drive and IconoGraphics WB icons.
  47.  
  48. GVP A530      - 68030/40mhz, 4MB 32-bit FAST RAM, GuruROM (v6.10), 120MB
  49.                 Maxtor SCSI Hard Drive and mmu.
  50.  
  51. 1084s Monitor - 662x430x16 (NTSC)
  52.  
  53. Conner 1.01GB FAST/WIDE SCSI Hard Drive.
  54.  
  55. BocaModem 14.4Kbps.
  56.  
  57. Epson RX-80 printer.
  58.  
  59. ...as I mention at the top, nothing is complaining so I can find out what
  60. is wrong, so I turn to the internet for help. I have looked through the
  61. brief instruction that came with the demo and I have read the FAQ and
  62. still nothing that says something like "If AmiTCP doesn't complain and it
  63. doesn't work, then the problem is...". Or for that matter any of the other
  64. software I tried.
  65.  
  66. Here is the startnet script...
  67.  
  68. .key IPADDRESS
  69. .bra {
  70. .ket }
  71. .def IPADDRESS 140.174.173.1
  72.  
  73. ; log in
  74. echo
  75. echo login: mike
  76. AmiTCP:bin/login -f mike
  77. AmiTCP:bin/umask 022
  78. AmiTCP:AmiTCP
  79. WaitForPort AMITCP
  80. ; Configure loop-back device
  81. AmiTCP:bin/ifconfig lo0 localhost
  82. ; Assure that ENV:Sana2 exists
  83. if not exists ENV:Sana2
  84.   makedir ENV:Sana2
  85. endif
  86. ; Create cslip0 configuration file
  87. echo "serial.device 0 38400 0.0.0.0 MTU=1500 7WIRE " >ENV:Sana2/cslip0.config
  88. ; Configure cslip0
  89. AmiTCP:bin/ifconfig cslip0 {IPADDRESS} 204.182.11.16 netmask 255.255.255.0
  90. ; Add IP address entry for this host
  91. rx "address AMITCP; 'ADD HOST {IPADDRESS} bdt.com'"
  92. ; Add route to this host
  93. AmiTCP:bin/route add {IPADDRESS} localhost
  94. ; Add route to the default gateway
  95. AmiTCP:bin/route add default 204.182.11.16
  96. setenv HOSTNAME `AmiTCP:bin/hostname`
  97. Assign TCP: Exists > NIL:
  98. IF Warn
  99.   Mount TCP: from AmiTCP:devs/Inet-Mountlist
  100. EndIf
  101. ; Start the internet `super server'
  102. run AmiTCP:bin/inetd
  103.  
  104. ...so what do you think? Do I have something typed wrong? Has this problem
  105. ever been reported before? Is AmiTCP crap? Or what? Any and all
  106. information would be greatly appreciated.
  107.  
  108. This time I have gone further then I have ever gone with installing
  109. AmiTCP. The times before were all failures of one kind or another. Now it
  110. does nothing :(  . Except for giving a friend of mine a good laugh at how
  111. crappy it works.
  112.  
  113. I hope I don't have to go back to using the IBM for a reliable internet
  114. connection :)  .
  115.  
  116. Please, if you need more information then write me back.
  117.  
  118. Thanks,
  119.  
  120.  
  121. Michael (shotgun@slip.net)
  122.  
  123. Founding member of S.A.D. (Slipnet A Disappointment)
  124.  
  125. Now with new members!!
  126.  
  127.